home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / tydhtml / dyn.exe / Chap04 / dyn4_1.txt < prev    next >
Encoding:
Text File  |  1997-10-02  |  1.3 KB  |  43 lines

  1. <html>
  2.  
  3.  
  4.  
  5. <head>
  6.  
  7. <title>Text Styles</title>
  8.  
  9. </head>
  10.  
  11.  
  12.  
  13. <STYLE>
  14.  
  15. <!--
  16.  
  17. BODY {margin-left: 0.75in; margin-right: 0.75in; margin-top: 0.10in}
  18.  
  19.  
  20.  
  21. H1, H2 {font: verdana, helvetica, arial, san-serif normal}
  22.  
  23. H1 {font-size:18pt; text-align:left}
  24.  
  25. H2 {font-size:14pt; text-align:right}
  26.  
  27.  
  28.  
  29. P {font:garamond 12pt/11pt normal}
  30.  
  31. P.left {text-align:left}
  32.  
  33. P.right {text-align:right}
  34.  
  35.  
  36.  
  37. A {text-decoration: none; font-weight: bold}
  38.  
  39. -->
  40.  
  41. </STYLE>
  42.  
  43.  
  44.  
  45. <body bgcolor="#ffffff">
  46.  
  47.  
  48.  
  49. <H1>Lorem ipsum dolor sit amet</H1>
  50.  
  51. <P class="left">Consectetur <A href="tempor.html" title="Eveniet">
  52.  
  53. adipisci tempor</A> incidunt ut labore et dolore magna aliqu atib saepe
  54.  
  55. eveniet ut er reupdiand sint. Nos arsapiente delectus au aut prefer endis
  56.  
  57. dol tene sententiam, quid est cur verear ne ad eam nc quos tu paulo ante
  58.  
  59. memorite tum etia ergat.</P>
  60.  
  61.  
  62.  
  63. <H2>Tomporibud autem quinus</H2>
  64.  
  65. <P class="right">Atib saepe eveniet ut er 
  66.  
  67. <A href="sint.html" title="Dodecendesse">repudiand sint</A> et molestia 
  68.  
  69. tenetury sapiente delctus au aut prefer endis dol. Endiumagist and et 
  70.  
  71. dodecendesse videantur, iustitiam, aequitated fidem. Neque hominy infant
  72.  
  73.  
  74.  
  75. efficerd possit duo contend notiner si effecerit. Natura proficis facile 
  76.  
  77. explent sine julla unura aute enim desiderable.</P>
  78.  
  79. </body>
  80.  
  81.  
  82.  
  83. </html>
  84.  
  85.